C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectNamedList<TItem> Class / FindByName Method
The name of the item.

In This Topic
FindByName Method (ReportObjectNamedList<TItem>)
In This Topic
Gets the item by its name, returns null if not found.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name As String _
) As TItem
 

Parameters

name
The name of the item.

Return Value

Returns the item with specified name, null otherwise.
See Also